type go.pact.im/x/clock/fakeclock.ticker

6 uses

	go.pact.im/x/clock/fakeclock (current package)
		fakeclock.go#L163: 	t := &ticker{
		fakeclock.go#L298: type ticker struct {
		fakeclock.go#L305: func (t *ticker) C() <-chan time.Time {
		fakeclock.go#L310: func (t *ticker) Stop() {
		fakeclock.go#L315: func (t *ticker) Reset(d time.Duration) {
		fakeclock.go#L323: func (t *ticker) next(now time.Time) (time.Duration, bool) {